ComponentOne FlexReport for UWP
OutputRange Constructor(Int32[])

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > OutputRange Class > OutputRange Constructor : OutputRange Constructor(Int32[])
The array of page numbers to include.
Creates an instance of OutputRange that includes all pages with numbers specified in the list.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageNumbers() As System.Integer _
)
public OutputRange( 
   System.int[] pageNumbers
)

Parameters

pageNumbers
The array of page numbers to include.
See Also

Reference

OutputRange Class
OutputRange Members
Overload List